Sets the information in the data set from the specified class instances.
[ExtensionAttribute()]
public static void Set(
DicomDataSet ds,
object[] instances
)
<ExtensionAttribute()>
Public Overloads Shared Sub Set( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal ParamArray instances() As Object _
)
[ExtensionAttribute()]
public:
static void Set(
Leadtools.Dicom.DicomDataSet^ ds,
... array<Object^>^ instances
)
ds
The data set to set information into.
instances
The instances that have the correct attributes.
Instances have to be defined with the correct ElementAttribute. Any properties not defined with this attribute will be ignored.
For an example refer to ElementAttribute
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET